1. Make sure that you have WebDeploy installed (if you have Visual Studio installed or have used the Wizdom Install Script, then WebDeploy is installed)
   WebDeploy can be downloaded from this URL https://www.iis.net/downloads/microsoft/web-deploy

2a. Upgrade Wizdom using the publishing profile file
3a. Run the script with the appropriate settings:
    .\Deploy.ps1 -publishingprofile <publishing-profile-file>

2b. Upgrade Wizdom using manual values from the publishing profile
3b. Extract the information from the publishing profile into Notepad
4b. Run the script with the appropriate settings:
   .\Deploy.ps1 -siteName <msdeploySite> -username `<userName> -password <userPWD> -deployUrl https://<msdeploySite>.scm.azurewebsites.net/MSDeploy.axd?site=<msdeploySite>
   (The ` is not an mistake!)